Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/refactor zboxcore and zcncore #1583

Merged
merged 200 commits into from
Oct 22, 2024
Merged

Fix/refactor zboxcore and zcncore #1583

merged 200 commits into from
Oct 22, 2024

Conversation

Jayashsatolia403
Copy link
Collaborator

Changes

Fixes

Tests

Tasks to complete before merging PR:

  • Ensure system tests are passing. If not Run them manually to check for any regressions 📋
  • Do any new system tests need added to test this change? do any existing system tests need updated? If so create a PR at 0chain/system_test
  • Merge your system tests PR to master AFTER merging this PR

Associated PRs (Link as appropriate):

  • blobber:
  • 0chain:
  • system_test:
  • zboxcli:
  • zwalletcli:
  • Other: ...

Jayashsatolia403 and others added 27 commits October 13, 2024 21:09
* add storage version for allocation

* add commit for v2

* add delete change

* add delete dir and get refs

* fix process change for delete dir

* fix delete dir

* add timming log

* fix setting root

* send ref path request to all

* add merge logs

* fix collapse for short node

* check refs in delete

* add changesv2

* add eg for signature

* set limit to 4

* remove group

* fix path

* remove hash signature map

* remove sign timing

* check timestamp

* add check for lwm

* implement rename move and copy for v2

* add repair for v2

* check for cancel

* fix copy and move

* fix no changes in connection

* fix repair

* fix eof check

* fix repair eof

* set path hash

* fix update key

* add prev weight

* add debug log for commit size

* fix update key weight

* fix alloc root

* fix chain hash

* add fix for verifying trie root

* fix delete directory

* fix mask pos

* fix create existing dir

* fix new dir consensus

* take base as dest name

* Added storageVersion

* fix ut

* fix lint

* fix list and stats ut

* fix wasm error

* use v2 as default

* fetch alloc version from sharders

* fix lint

* fix merge

* Update blobber settings DelegateWallet

* Fix

* Fix

---------

Co-authored-by: hitenjain14 <[email protected]>
Co-authored-by: Yury <[email protected]>
Co-authored-by: Hitenjain14 <[email protected]>
…boxcore

# Conflicts:
#	core/version/version.go
#	go.mod
#	go.sum
#	zboxcore/blockchain/entity.go
#	zboxcore/sdk/blobber_operations_mobile.go
#	zboxcore/sdk/chunked_upload_form_builder.go
#	zboxcore/sdk/commitworker.go
#	zboxcore/sdk/filerefsworker.go
# Conflicts:
#	zboxcore/sdk/allocation.go
#	zboxcore/sdk/chunked_upload_blobber.go
#	zboxcore/sdk/commitworker.go
#	zboxcore/sdk/filerefsworker.go
This reverts commit 6fec102, reversing
changes made to bceb3f9.
Optimise send and get to miners and sharders
Copy link
Member

@dabasov dabasov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@dabasov dabasov merged commit 500ce47 into sprint-1.18 Oct 22, 2024
@dabasov dabasov deleted the fix/refactor-zboxcore branch October 22, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix/refactor zboxcore
4 participants